Interface ISensor<T>
Abstraction for a simple sensor
Assembly: Meadow.Contracts.dll
View Source
public interface ISensor<T> : ISensor
Methods
Read()
Convenience method to get the current sensor reading
View Source
Task<T> Read()
Returns
System.Threading.Tasks.Task<<T>>